home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5137 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.6 KB  |  49 lines

  1. Newsgroups: comp.lang.c++
  2. Path: usinternet.com!not-for-mail
  3. From: Scott Jibben <sjibben@usinternet.com>
  4. Subject: Watcom's wmake?
  5. Message-ID: <31125D32.FD9@usinternet.com>
  6. Date: Fri, 02 Feb 1996 12:51:30 -0600
  7. Organization: Jibben Software
  8. X-Mailer: Mozilla 2.0b6a (WinNT; I)
  9. MIME-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12.  
  13. I'm in the process of migrating from Borland to Watcom C++.  I'm 
  14. also porting all of my make files to use Watcom's make utility.  
  15. I have had a lot of trouble with this software.  Here's an 
  16. example of one of my problems:
  17.  
  18. test : .SYMBOLIC
  19.         cwd
  20.         md testdir
  21.  
  22. Now, shouldn't the above create the directory, TESTDIR in the 
  23. current directory?  What happens is that it always creates it in 
  24. C:\TESTDIR, even when my makefile is located in D:\USR\WTEST.
  25.  
  26. I wrote the small utility cwd to just display the current 
  27. working directory to find out where wmake thought it was.  It 
  28. displays the correct directory (D:\USR\WTEST).
  29.  
  30. That was my test using Watcom C++ 10.0.  My other problems seem 
  31. to be 10.50 specific so far.  Running the same makefile will 
  32. produce error messages that say it can't execute md or even 
  33. echo.  Any ideas on this one?
  34.  
  35. Any help would be much appreciated!
  36.  
  37. -- 
  38. Scott Jibben, Jibben Software
  39. Galactic Overlord & Mines of Gorr BBS Door Games
  40. -----------------------------
  41. [EMAIL] sjibben@usinternet.com
  42. [WWW] http://www.usinternet.com/jsw
  43. [FTP] ftp.europa.com /outgoing/DOORS/jibben
  44. [FTP] ftp.cts.com /pub/dferber/jibben
  45. [FIDO] 1:282/115             [BBS] 612-379-8272 (10 USR 28.8 
  46. Couriers)
  47. [VOICE] 612-757-5626         [FAX] 612-757-8687
  48.  
  49.